AppDomainProxy<TAppClass> Class
In This Topic
This class creates a new domain and instantiates a wrapped class in the new domain. The class is the one specified by the generic, and is assumed to be a class in the executing assembly. Inherit from this class, and add calls to the match those of the generic, using the processor variable to make the calls across the AppDomain boundary.
Object Model
Syntax
'Declaration
Public Class AppDomainProxy(Of )
public class AppDomainProxy<>
Type Parameters
- TAppClass
- A specified type defined in the assembly.
Inheritance Hierarchy
System.Object
C1.Win.C1Chart.AppDomainProxy<TAppClass>
See Also